/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.99.99
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
    font-family: 'HelveticaNeue-Bold';
    src: url('fonts/helveticaneuebold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeue';
    src: url('fonts/helveticaneuelight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeue';
    src: url('fonts/helveticaneue.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeue';
    src: url('fonts/helveticaneuemedium.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeue';
    src: url('fonts/helveticaneuebold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeue';
    src: url('fonts/helveticaneuebold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

body {
    font-family: 'HelveticaNeue', sans-serif;
    font-size: 16px;
    color: #000;
} 
h1, h2, h3, h4, h5, h6 {
    font-family: 'HelveticaNeue', sans-serif;
    font-weight: 700;
}

.single_variation_wrap {
    display: none !important;
}

.troy-models, .troy-materials {
	display: flex;
    gap: 10px;
    flex-wrap: wrap;
	margin-bottom: 25px;
}

.model-item, .material-item {
	    border: 2px solid #c7c7c7;
    padding: 5px 10px;
    border-radius: 3px;
}

.meterial-title, .model-title {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #171717;
	letter-spacing: 1px;
}

.section-manufacturing::before {
    content: '';
    position: absolute;
    top: 50px;
    left: -5px;
    width: 70px;
    height: 40px;
    background-color: #F7F7F7;
    transform: rotate(-5deg);
}

.section-manufacturing::after {
    content: '';
    position: absolute;
    top: 59px;
    left: -5px;
    width: 80px;
    height: 45px;
    background-color: #273b94;
    border-top-left-radius: 80px;
    z-index: 1;
    transform: rotate(-5deg);
}

.section-manufacturing .box-image {
    border-radius: 5px;
}

.section-manufacturing .box-image .overlay {
        background: linear-gradient(to bottom, #ffffff00 0%, #273B94 84%, #273B94 54%);
}

.section-manufacturing .box-text {
    font-size: 17px;
    padding-bottom: 30px;
}

.section-product::before {
    content: '';
    position: absolute;
    top: -6px;
    left: -5px;
    width: 70px;
    height: 40px;
    background-color: #273b94;
    transform: rotate(-5deg);
}

.section-product:after {
    content: '';
    position: absolute;
    top: -1px;
    left: -5px;
    width: 80px;
    height: 45px;
    background-color: #F7F7F7;
    border-top-left-radius: 80px;
    z-index: 1;
    transform: rotate(-5deg);
}


.count-up-wrap {
    display: inline-flex;
    align-items: baseline;
    gap: 2px;
    font-size: 65px;
    font-weight: 500;
    color: #243d8f;
}

.count-up-suffix {
    position: relative;
    top: -2px;
}

.section-slider h1 {
    font-weight: 500 !important;
    font-size: 55px;
    line-height: 65px;
}

.slider-nav-light .flickity-page-dots .dot {
    width: 50px;
    border-radius: 0;
    height: 2px;
}

.flickity-page-dots {
    bottom: 40px;
}

h2.section-title {
	border: none;
}

h2.section-title span {
	border: none;
    background-color: white;
    padding: 14px 17px 14px 38px;
    font-size: 16px;
    color: #171717;
    font-weight: 600;
    position: relative;
    margin: 0 !important;
}

h2.section-title span::before {
    content: '';
    position: absolute;
    top: 48%;
    left: 18px;
    width: 12px;
    height: 16px;
    background-image: url(https://thanhtrung.webtien.com/wp-content/uploads/2025/04/thanhtrung-icon-title.svg);
    background-size: cover;
    transform: translate(0%, -50%);
}

.section-info {
    padding: 100px 0 0px !important;
}

.section-info .col {
    padding-bottom: 0;
}

.section-info .text-1 {
    font-size: 27px;
}

.section-map .banner-layers .hotspot-wrapper.vn {
    bottom: 32%;
    right: 22%;
}

.section-map .banner-layers i:after {
    content: "";
    background-image: url(https://thanhtrung.webtien.com/wp-content/uploads/2025/04/icon-map.svg);
    width: 20px;
    height: 17px;
    background-size: cover;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 3px;
}

.section-map .banner-layers i::before {
    content: "";
    background-color: #273b941a;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    display: block;
    position: absolute;
    top: -12px;
    left: -12px;
}

.section-map .hotspot-wrapper:hover i::before {
	border: 2px solid #273B94;
}
.section-map a.hotspot {
    opacity: 1;
}

.section-map a.hotspot {
    background-color: transparent!important;
}

.section-map .col {
    padding-bottom: 0;
}

.section-count {
    padding: 0 0 40px !important;
}

.section-manufacturing .text-1 {
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
}

        .troy-tab-slider-wrapper {
            display: flex;
            justify-content: center;
            align-items: center;
            max-width: 900px;
            margin-left: auto;
            margin-right: auto;
        }

        .troy-slider-container {
            position: relative;
            width: 400px;
            height: 700px; /* Increased height to accommodate 3 images */
            overflow: hidden;
            padding-right: 100px;
        }

        .troy-slider-images {
            position: relative;
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 20px;
        }

        .troy-slider-image {
            width: 100%;
            height: 30%;
            display: flex;
            align-items: flex-end;
            justify-content: flex-end;
            transition: all 0.6s ease;
            opacity: 0;
            position: relative;
        }

        .troy-slider-image img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
            transition: all 0.6s ease;
        }

        .troy-slider-image.prev {
            opacity: 0.7;
            transform: scale(0.45);
			    margin-right: -90px;
        }

        .troy-slider-image.current {
            opacity: 1;
            transform: scale(1.25);
			justify-content: center;
        }

        .troy-slider-image.next {
            opacity: 0.7;
            transform: scale(0.45);
			    margin-right: -90px;
        }

        .troy-tab-list {
            display: flex;
            flex-direction: column;
            width: 350px;
			position: relative;
        }
		
		.troy-tab-list:before {
			content: '';
			width: 1.5px;
			height: 100%;
			background-color: #b4b4b4;
			left: 0;
			top: 0;
			position: absolute;
		}

		.troy-tab-button {
			background: none;
			border: none;
			padding: 0px 15px 0 35px;
			cursor: pointer;
			font-size: 17px;
			text-align: left;
			transition: all 0.3s;
			color: #cccccc;
			border-left: 3px solid transparent;
			margin-bottom: 0;
			text-transform: inherit;
			font-weight: 500;
		}
		
		.troy-tab-button:before {
			content: '';
			width: 10px;
			height: 1px;
			background-color: #b4b4b4;
			left: -2px;
			top: 50%;
			position: absolute;
			transform: translateY(-50%);
		}
		
		.troy-tab-button.active {
			color: #171717;
			font-size: 22px;
		}

        .troy-tab-button.active:before {
            background-color: #171717;
			width: 18px;
			height: 1px;
        }
        
        .troy-details-button {
			position: absolute;
			bottom: 28%;
			left: 50%;
			transform: translateX(-50%);
			background: none;
			border: none;
			display: flex;
			align-items: center;
			cursor: pointer;
			font-size: 12px;
			color: #555;
			text-transform: inherit;
			position: relative;
		}
		
        .troy-details-button svg {
            margin-right: 5px;
        }

        .section-product {
	padding: 90px 0 0px !important;
}


.section-product .col-2 {
    margin-top: -70px;
}

.section-product .col-2::before {
    content: '';
    position: absolute;
    top: -5px;
    left: 15px;
    width: 700px;
    height: 600px;
    background-image: url(https://thanhtrung.webtien.com/wp-content/uploads/2025/04/circle.svg);
    background-size: cover;
}

.section-product .text-1 {
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
}

.section-product a.button {
    font-weight: 600;
    border-radius: 5px;
    padding: 3px 25px 2px;
    font-size: 12.5px;
}


.section-reason .col {
    background: linear-gradient(to left, #EDEDED 0%, white 26%);
    padding: 30px 30px !important;
}

.section-reason .text-1 {
    text-transform: uppercase;
    color: #171717;
    font-weight: 700;
    letter-spacing: 1.5px;
    font-size: 15px;
    margin-bottom: 15px;
}

.section-reason .text-2 {
    font-size: 16px;
}

.section-reason .icon-box-img {
        display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}

.section-reason .icon-box-left .icon-box-img+.icon-box-text {
    padding-left: 30px;
}

.section-footer {
    padding: 70px 0 0px!important;
}

.section-footer .text-title {
    opacity: 50%;
    font-size: 14px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.section-footer .social-icons a {
    margin: 0 10px;
}

.section-footer .text-2 p {
    margin-bottom: 15px;
}

.section-footer .row-footer {
    border-bottom: 1px solid #ffffff4a;
}

.absolute-footer {
    color: white !important;
    padding: 18px 0;
}

.section-footer .section-bg :is(img,picture,video) {
    width: 820px;
    height: 820px;
    position: absolute;
    top: -45%;
    right: -170px;
    left: auto;
    object-fit: cover;
    object-position: center;
}

.header-main .nav > li.header-language-dropdown > a {
	font-size: 0;
}

.has-dropdown .icon-angle-down {
    font-size: 18px;
    opacity: 1;
    top: 3px;
    margin-left: 7px;
}

.header-language-dropdown {
    margin-right: 20px !important;
}

.header-button-1 span {
    font-weight: 600;
}

.header-main .flex-col .nav-left {
    justify-content: center;
}

.custom-tooltip {
    position: absolute;
    background-color: #273B94;
    color: #fff;
    padding: 5px 20px 5px 5px;
    z-index: 1000;
    max-width: 280px;
    margin-top: -20px;
    margin-left: 5px;
    display: flex;
    align-items: center;
    border-radius: 100px;
}

.hotspot-wrapper-content-image {
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    margin-right: 12px;
}

.hotspot-wrapper-content-title {
    font-weight: 500;
    text-align: left;
    font-size: 14px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.section-banner h1 {
    font-weight: 300;
}

.section-title b {
    background-color: transparent;
}

.section-about-1 {
    padding: 80px 0 20px!important;
}
.section-about-1 .text-1 {
    font-size: 26px;
    font-weight: 500;
    line-height: 36px;
}

.section-about-1 .text-1 p {
    margin-bottom: 17px;
}

.section-about-2 {
    padding: 50px 0 0px !important;
}

.section-about-2 .col {
    padding-bottom: 0;
}

.section-about-2 .banner-bg, .section-about-2 .banner {
	border-radius: 10px;
}

.section-about-3::before {
    content: '';
    position: absolute;
    top: -6px;
    left: -5px;
    width: 70px;
    height: 40px;
    background-color: #273b94;
    transform: rotate(-5deg);
}

.section-about-3:after {
    content: '';
    position: absolute;
    top: -1px;
    left: -5px;
    width: 80px;
    height: 45px;
    background-color: #F7F7F7;
    border-top-left-radius: 80px;
    z-index: 1;
    transform: rotate(-5deg);
}

.section-manufacturing .banner, .section-manufacturing .banner-bg {
    border-radius: 10px;
}

.section-manufacturing .text-title {
	font-weight: 300;
}

.section-manufacturing {
    padding: 100px 0 70px !important;
}

.section-about-3 .text-1 {
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
}

.section-about-3 .row-item .col {
	background: linear-gradient(to left, #EDEDED 0%, white 26%);
    padding: 30px 30px !important;
}

.section-about-3 .icon-box-left {
    align-items: flex-end;
}

.section-about-3 .icon-box p {
    line-height: 22px;
}

.section-about-4 h3 {
    text-transform: uppercase;
    margin-bottom: 25px;
    letter-spacing: 1.5px;
    font-size: 15px;
    color: #273B94;
}

.section-contact-1 .wpcf7-form input {
    background-color: transparent;
    box-shadow: none;
    border: none;
    border-bottom: 1.5px solid #d2d2d2;
    padding-left: 0;
    color: #171717;
    padding-bottom: 7px;
    margin-bottom: 25px;
}

.section-contact-1 .wpcf7-form textarea {
    background-color: transparent;
    box-shadow: none;
    border: none;
    min-height: 100px;
    border-bottom: 1.5px solid #d2d2d2;
    padding-left: 0;
    color: #171717;
}
.section-contact-1 .wpcf7-form input::placeholder,
.section-contact-1 .wpcf7-form textarea::placeholder {
  color: #171717;
}

.section-contact-1 {
    padding: 80px 0 0px!important;
}

.section-contact-1 .col-1 .text-1 p {
    margin-bottom: 40px;;
}
.submit-wrap {
    position: relative;
    margin-top: 10px !important;
    background: #e4e4e4;
    height: 55px;
    border-radius: 100px;
    display: inline-flex;
}

.submit-wrap::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    width: 45px;
    height: 45px;
    background-color: #273B94;
    transform: translateY(-50%);
    border-radius: 100%;
}

.submit-wrap::after {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background-image: url('https://thanhtrung.webtien.com/wp-content/uploads/2025/04/send.svg');
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}

.submit-wrap .wpcf7-submit {
    border: none !important;
    text-transform: inherit;
    font-weight: 500 !important;
    padding: 0 20px 0 60px !important;
    margin: 0 !important;
}

.wpcf7-spinner {
    position: absolute;
    bottom: -30px;
}

.section-footer .ux-menu-link__link {
    border-bottom: none !important;
}

.section-product-summary .col-1 .col-inner {
	max-width: 590px;
	padding-top: 20px;
	padding-right: 20px;
}

.section-product-summary .col-2 {
	background-color: white;
}

.section-product-summary .col-2>.col-inner {
	max-width: 590px;
	padding-top: 50px;
	padding-left: 100px;
}

.vertical-thumbnails .col {
        padding: 0 0 5px !important;
}

.vertical-thumbnails::-webkit-scrollbar {
  width: 6px;
}

.vertical-thumbnails::-webkit-scrollbar-track {
  background: transparent;
}

.vertical-thumbnails::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2); /* Màu mờ như mobile */
  border-radius: 4px;
}


.product-breadcrumb-container {
	margin-bottom: 20px;
}

.product-breadcrumb-container a {
    text-transform: none;
}

.section-product-summary .text-title p  {
    text-transform: uppercase;
    font-size: 14px;
    color: #171717;
    font-weight: 600;
    margin-bottom: 15px;
}

.section-product-summary h1 {
    font-size: 30px;
    font-weight: 500;
    text-transform: none;
}

.section-product-summary .flickity-prev-next-button.previous {
    right: 50px;
    left: inherit;
    bottom: -35px !important;
    top: inherit;
    opacity: 1 !important;
    transform: none !important;
    width: 40px;
    height: 40px;
}

.section-product-summary .flickity-prev-next-button.next {
    right: 0px;
    left: inherit;
    bottom: -35px !important;
    top: inherit;
    opacity: 1 !important;
    transform: none !important;
    width: 40px;
    height: 40px;
}
  .section-product-summary .flickity-prev-next-button {
        display: block !important;
    }

.section-product-summary .flickity-prev-next-button svg {
    padding: 12px !important;
}

.section-product-summary .flickity-prev-next-button:hover {
    border: 2px solid #171717;
}

.section-product-infomation {
	margin-top: 30px;
}

.section-product-infomation .entry-content, .section-product-infomation .entry-content figure, .section-product-infomation .entry-content img {
	margin: 0 auto;
	text-align: center;
}

.section-product-infomation #tab-title-description a {
    background: white;
    padding: 12px 17px 12px 38px;
    font-size: 16px;
    font-weight: 600;
}

.section-product-infomation #tab-title-description a::before {
    content: '';
    position: absolute;
    top: 48%;
    left: 18px;
    width: 12px;
    height: 16px;
    background-image: url(https://thanhtrung.webtien.com/wp-content/uploads/2025/04/thanhtrung-icon-title.svg);
    background-size: cover;
    transform: translate(0%, -50%);
	    background-color: transparent;
}


.section-product-summary .flickity-page-dots {
    bottom: -20px;
    left: 0;
    right: inherit;
}


.section-product-summary .flickity-page-dots .dot {
    border-color: #c7c7c7;
	width: 30px;
	border-radius: 5px;
	    margin: 0 3px;
	height: 4px;
}

.section-product-summary .flickity-page-dots .dot.is-selected {
	width: 60px;
	border-color: #171717;
}


.section-product-related .text-title p {
    background: white;
    padding: 12px 17px 12px 38px;
    font-size: 16px;
    font-weight: 600;
	display: table;
}

.section-product-related .text-title p::before {
    content: '';
    position: absolute;
    top: 48%;
    left: 18px;
    width: 12px;
    height: 16px;
    background-image: url(https://thanhtrung.webtien.com/wp-content/uploads/2025/04/thanhtrung-icon-title.svg);
    background-size: cover;
    transform: translate(0%, -50%);
	    background-color: transparent;
}

.post-type-archive #main, .post-type-archive #wrapper, .tax-product_cat #main, .tax-product_cat #wrapper {
    background-color: #f3f3f3;
}

.shop-page-title .view-selector {
  font-family: sans-serif;
  display: flex;
  align-items: center;
  gap: 8px;
}

.shop-page-title .label {
  color: #aaa;
}

.shop-page-title .selector-button {
  background: none;
  border: none;
  color: #1a2a87;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
	position: relative;
	padding: 0;
}

.shop-page-title .selector-button i {
    margin-top: 5px;
    opacity: 1;
}

#current-view, .selector-dropdown .dropdown-menu li {
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    gap: 5px;
    text-transform: none;
    font-weight: 500;
    letter-spacing: normal;
    font-size: 16px;
}


.shop-page-title .selector-dropdown {
  position: relative;
}

.shop-page-title .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border: 1px solid #ddd;
  padding: 0;
  margin: 5px 0 0 0;
  list-style: none;
  z-index: 10;
	    border-radius: 10px;
}

.shop-page-title .dropdown-menu li {
  padding: 8px 12px;
  cursor: pointer;
}

.shop-page-title .dropdown-menu li:hover {
  background-color: #f0f0f0;
}

/* Styles for layout control */
.category-page-row {
  display: flex;
  flex-wrap: wrap;
}

.category-page-row .large-3, .category-page-row .large-9 {
  transition: all 0.3s ease;
}

.category-page-row .product-small {
  transition: flex-basis 0.3s ease, max-width 0.3s ease;
}

.category-page-row > .large-3 {
  transition: all 0.3s ease;
}
.hidden-sidebar {
  opacity: 0;
  visibility: hidden;
  flex-basis: 0 !important;
  max-width: 0 !important;
  overflow: hidden;
  position: absolute !important; /* Tránh chiếm chỗ trong flow */
  pointer-events: none; /* Tránh bị click */
}

.category-page-row .products .product .col-inner, .related .product .col-inner {
    background: white;
    border-radius: 10px;
}

.category-page-row .products .product .col-inner .box-text, .related .box-text {
	padding: 15px;
}

.category-page-row .box-image, .related .box-image {
	border-radius: 10px 10px 0 0;
}

.troy-cat-list li {
	list-style: none;
    padding: 0;
    margin: 0 0 10px !important;
}

.troy-cat-list li a {
    color: #c7c7c7;
}

.troy-cat-list li.active a {
    color: black;
}

.post-type-archive-product #header {
	    position: absolute;
}

.post-type-archive-product .header-wrapper {
    background-color: rgba(255, 255, 255, 0.8) !important;
}

.post-type-archive-product .header-bg-color {
	    background-color: transparent;
    background-image: none !important;
    box-shadow: none;
}

.section-shop-1 {
	padding: 50px 0 0 !important;
}

	
	.product-section-title-related {
		display: none;
	}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .section-contact-1 .submit-wrap {
    display: flex;
    max-width: 160px;
    margin: 0 auto;
}
.section-manufacturing::after {
    top: 52px;
}

.section-about-3:after {
    top: -7px;
}

.section-manufacturing .text-title p {
    margin-bottom: 0;
}
.section-about-3 .text-1 {
    font-size: 24px;
    line-height: 32px;
}

.section-about-3 .col-2 .icon-box-img {
    order: 2;
}
.section-about-3 .col-2 .icon-box-left .icon-box-img+.icon-box-text {
    padding-left: 0;
    padding-right: 1em;
    text-align: right;
}

.section-about-3 .row-item .col-2 {
    background: linear-gradient(to right, #EDEDED 0%, white 26%);
    padding: 30px 30px !important;
}

.section-footer .col-inner {
    text-align: center;
}

.section-footer .img {
    margin: 0 auto;
}

.section-footer .stack {
    align-items: center;
}

.section-footer .section-bg :is(img,picture,video) {
    display: none;
}
.section-slider h1 {
    font-size: 28px;
    line-height: 35px;
}
.section-info {
    padding: 70px 0 0px !important;
}

.section-count {
    padding: 0 0 20px !important;
}

.section-count .col {
    padding-bottom: 0;
}

h2.section-title span {
    border: none;
    background-color: white;
    padding: 12px 15px 12px 38px;
    font-size: 15px;
}

.section-manufacturing .text-1 {
    font-size: 22px;
    line-height: 32px;
}

.section-product:after {
    top: -7px;
}

.section-reason .icon-box-img {
    width: 45px !important;
}

.section-reason .icon-box-left .icon-box-img+.icon-box-text {
    padding-left: 20px;
}

.section-reason .col-2 {
    background: linear-gradient(to right, #EDEDED 0%, white 26%);
}

.section-reason .col {
    padding: 20px 15px!important;
}

.hotspot-wrapper-content-title {
    font-weight: 500;
    font-size: 12px;
}

.custom-tooltip {
    padding: 5px 10px 5px 5px;
    max-width: 280px;
}

.hotspot-wrapper-content-image {
    width: 30px;
    height: 30px;
}

.hotspot-wrapper-content-title {
    font-size: 9px;
}

.section-map .banner-layers i::before {
    width: 35px;
    height: 35px;
}

.section-map .banner-layers i:after {
   width: 18px;
    height: 15px;
        top: -2px;
    left: -3px;
}

.troy-tab-slider-wrapper {
    flex-direction: column;
}
.troy-slider-container {
    position: relative;
    width: 100% !important;
    height: 400px;
    overflow: hidden;
    padding-right: 0;
}
.troy-slider-images {
    flex-direction: row;
}

.section-product .col-2::before {
    transform: rotate(90deg);
    margin-left: 20px;
    width: 100%;
    height: 600px;
}

.troy-slider-image.next {
    margin-right: -35px;
     margin-left: 0px;
    transform: scale(0.65);
}
   .troy-slider-image.prev {
    margin-left: -35px;
    margin-right: 0px;
        transform: scale(0.65);
    }

.troy-slider-image.current {
    transform: scale(1.5);
    margin-top: 120px;
}

.troy-details-button {
    bottom: 10%;
}
   .medium-logo-left .flex-right {
        min-width: 120px;
    }
	
	.shop-page-title .view-selector {
		display: none;
	}
	
	.section-product-summary .flickity-prev-next-button.previous, .section-product-summary .flickity-prev-next-button.next {
		bottom: -140px;
	}
	
	.section-product-summary .col-1 .col-inner {
    padding-right: 0;
}
	
	.vertical-thumbnails .col {
    padding: 0 9.8px 19.6px !important;
}
	
	.section-product-summary .col-2>.col-inner {
    padding-top: 20px;
    padding-left: 0;
}

}